Stream Methods

Methods

CompareTo Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetStream Gets Stream to read data from this stream.
GetType
(Inherited from Object)
Load(String) Loads data to this stream from the specified file.
Load(String, Byte) Loads data to this stream from the specified buffer.
Load(String, Stream) Loads data to this stream from the specified Stream.
MemberwiseClone
(Inherited from Object)
Save(Stream) Saves data from this stream to the specified Stream.
Save(String) Saves data from this stream to to the specified file.
ToString
(Inherited from Object)

See Also